.comment-title {
    font-family: var(--tertiary-font);
    margin-bottom: 15px;
}

.comment-form .form-group {
    position: relative;
}

.comment-form .form-group label {
    position: absolute;
    right: 15px;
    top: 2px;
    padding: 5px 10px;
    color: var(--secondary-color);
}

.contact-form p {
    margin-bottom: .5rem;
}

.theme-btn {
    background: var(--secondary-color);
    font-size: 16px;
    color: var(--white-color);
    cursor: pointer;
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
    padding: 10px 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: capitalize;
    border: 1px solid var(--secondary-color);
}

.theme-btn:hover {
    background: var(--white-color);
    color: var(--secondary-color);
}

.office-location,
.office-mail,
.office-number {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 25px;
    margin: 1rem 0;
    background: var(--white-color);
    border-radius: 10px;
}

.office-location i,
.office-mail i,
.office-number i {
    font-size: 25px;
    color: var(--primary-color);
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 10px;
}

.office-location h5,
.office-mail h5,
.office-number h5 {
    line-height: 35px;
}

.office-number a {
    color: var(--black-color);
}

.office-number a:hover {
    color: var(--primary-color);
}